home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
fightingschool.swf
/
scripts
/
frame_7
/
PlaceObject2_120_48
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Wrap
Text File
|
2006-06-09
|
478b
|
25 lines
onClipEvent(load){
hp = 10;
ACTION = false;
moving = true;
ATT = false;
cnt = 0;
stopcnt = random(30) + 10;
waittime = random(500) + 100;
tmptime1 = 0;
tmptime2 = 0;
stepdis = _root.ENE1_STEPDIS;
movl = false;
movr = false;
if(_root.b1._x < this._x)
{
this.gotoAndPlay("n_l");
moving = "LEFT";
}
else if(this._x < _root.b1._x)
{
this.gotoAndPlay("n_r");
moving = "RIGHT";
}
}